CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /Projects/{projectId}/runningStatus (Get)
Get/Projects/{projectId}/runningStatus
Description
returns a running status of the CIMPLICITY project
Parameters
NameDescriptionData Type
the id of the project to look instring
200 Response

The response body is of type RunningStatusGetResponse.

The running status of the CIMPLICITY project.

Overview

RunningStatusGetResponse
The running status of the CIMPLICITY project.
IsProjectRunning : boolean
IsPrimaryRunning : boolean
IsSecondaryRunning : boolean
IsStartAtBoot : boolean
Fault Responses
FaultDescription
This fault returns a response body of type ProblemDetails.
project with the given id is not registered on the system
See Also